projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a1d548
)
; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 29 Aug 2021 15:03:28 +0000
(18:03 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 29 Aug 2021 15:03:28 +0000
(18:03 +0300)
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index 207f0d6a36ed46264ce8298081328c48c7138eb0..2273fb4fe4dc446792d84c5fc4cff58e895b8402 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-5092,8
+5092,8
@@
gui_supports_face_attributes_p (struct frame *f,
{
Lisp_Object *def_attrs = def_face->lface;
- /* Check that other specified attributes are different
that the default
- face. */
+ /* Check that other specified attributes are different
from the
+
default
face. */
if ((!UNSPECIFIEDP (attrs[LFACE_UNDERLINE_INDEX])
&& face_attr_equal_p (attrs[LFACE_UNDERLINE_INDEX],
def_attrs[LFACE_UNDERLINE_INDEX]))